home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / Bas / Jeux / BallBreaker / BallBreaker[1].swf / scripts / frame_48 / DoAction.as
Text File  |  2003-01-12  |  303b  |  12 lines

  1. setProperty("/PowerColle", _visible, "0");
  2. setProperty("/PowerTaille", _visible, "0");
  3. PowerScoreCpt = "1";
  4. while("5" >= PowerScoreCpt)
  5. {
  6.    set(PowerScoreNumero,"PowerScore_" add PowerScoreCpt);
  7.    setProperty(PowerScoreNumero, _visible, "0");
  8.    PowerScoreCpt += "1";
  9. }
  10. stopDrag();
  11. stop();
  12.